0xAB - String Query
-------------------
Client->Server:No
Server->Client:Yes
Length:dynamic

byte 0xAB
short size
uint querySerial
ushort (parentID << 8 + buttonID)?
ushort lengthTitle
char[lengthTitle] title
bool canCancel
byte type
	0x01 - String
	0x02 - Number
uint max
	If type = 0x01, this is text length
	If type = 0x02, this is max number value
ushort lengthText
char[lengthText] text